Functions exercises - Javascript
- isEven function (gives true or false to whether a number is even)
- factorial function (factors whatever number we choose)
- kebabToSnake function (replaces all the "-"s with "_"s)
Note: all of this is happening in the console